body {
	font-family: '微软雅黑', Helvetica, Arial, Verdana, sans-serif, 宋体;
	margin: 0 auto;
	color: #434343;
	background: #FFFFFF;
	font-size: 14px;
}

a {
	color: #515151;
}

a:hover {
	text-decoration: none;
	color: #49a5de
}

p {
	margin: 0;
}

pre code {
	width: 99%;
}

.wto {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn-fat {
	padding-left: 30px;
	padding-right: 30px;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0
}



/***字体大小***/
.fs12 {
	font-size: 12px
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px;
}

.fs36 {
	font-size: 36px;
}

.fw300 {
	font-weight: 300
}

.fw400 {
	font-weight: 400
}


/**处理富文本内容**/
.common-content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.common-content table td,
.article_show_content table th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 5px;
}

.common-content table th {
	border-bottom: 2px solid #ccc;
	text-align: center;
}


blockquote {
	display: block;
	border-left: 8px solid #d0e5f2;
	padding: 5px 10px;
	margin: 10px 0;
	line-height: 1.4;
	font-size: 100%;
	background-color: #f1f1f1;
}

blockquote p {
	margin-bottom: 0px;
}

code {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #f1f1f1;
	border-radius: 3px;
	padding: 3px 5px;
	margin: 0 3px;
}


.nav-link {
	font-size: 15px;
}


/*头部导航*/
.header {
	background: #FFFFFF;
	width: 100%;
	border-radius: 0px;
	margin: 0;
	border-bottom: solid 1px #dddddd;
}


.ts-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 105%;
	z-index: 9999;
	width: 100%;
	min-width: 110px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.ts-dropdown p {
	padding: 5px 10px;
	margin: 0;
}

.ts-dropdown .ts-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ts-dropdown .ts-dropdown-list li {
	position: relative;
	height: 42px;
	line-height: 42px;
	padding: 0 10px !important;
	border-top: 1px solid #f0f0f0;
	cursor: pointer;
	text-align: left;
	font-size: 14px;
}

.ts-dropdown .ts-dropdown-list li:first-child {
	border-top: none;
}

.ts-dropdown .ts-dropdown-list li:hover,
.ts-dropdown .ts-dropdown-list li.active {
	background-color: #f0f0f0;
}

.ts-dropdown .ts-dropdown-list li a {
	display: block;
	color: #666;
}



.ts-user-nav {
	position: relative;
	float: right;
}

.ts-user-nav:hover .dropdown-list {
	display: block;
}

.ts-user-nav .ts-user-nav-dropdown .badge {
	position: absolute;
	top: -8px;
	right: -8px;
}

.ts-user-nav .dropdown-list {
	top: 100%;
	width: 122px;
	border-top: none;
	border-radius: 0 0 4px 4px;
	margin: -48px -15px 0px 0px;
}

.ts-user-nav .dropdown-list ul li a i {
	vertical-align: -2px;
	margin-right: 5px;
	font-size: 16px;
}

.dropzone {
	float: left;
	width: 200px;
	height: 200px;
	border: 2px dashed #ccc;
	color: #ccc;
	line-height: 200px;
	text-align: center;
}

.dropzone.dragover {
	border-color: #000000;
	color: #000000;
}



.appnav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0px 1px 5px #ccc;
}


.appnav {
	overflow: hidden;
}

.appnav a {
	float: left;
	margin: 0 5px 0 0;
	padding: 10px 10px;
	position: relative;
	border-bottom: solid 2px #fff;
}

.appnav .on {
	border-bottom: solid 2px #49a5de;
}

.appnav a:hover {
	border-bottom: solid 2px #49a5de;
}



.footer {
	padding: 30px 0 15px 0;
	background-color: #2a2c31;
	text-align: center;
	margin-top: 20px;
	z-index: 2;
}


.softname {
	font-weight: bold
}

.tabnav {
	height: 50px;
	padding: 0
}

.tabnav ul,
.tabnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabnav ul {
	background: #fafafa;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	font-size: 12px;
	height: 26px;
	padding: 5px 0 0 0;
	width: 100%
}

.tabnav ul li {
	float: left;
	line-height: 26px;
	margin-bottom: -1px;
	margin-left: 10px;
	padding: 0 10px
}

.tabnav .select {
	background: #fff;
	border: solid 1px #ddd;
	border-bottom: 0;
	font-weight: bold;
	position: relative
}

.tabnav .select a {
	color: #666
}



.comment {
	width: 100%;
	overflow: hidden
}

.comment ul,
.comment ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment ul li {
	margin: 0 0 20px 0;
	overflow: hidden;
	border-bottom: solid 1px #f0f0f0;
	padding-top: 10px;
}

.comment li .user-face {
	float: left;
	height: 48px;
	overflow: hidden;
	width: 48px
}

.comment li .reply-doc {
	margin-left: 48px;
	overflow: hidden
}

.comment li .reply-doc img {
	max-width: 100%;
}

.comment li .reply-doc h4 {
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	margin: 0 0 15px 0;
	color: #999;
	display: block;
	overflow: hidden;
	position: relative;
}

.comment li .reply-doc h4 i {
	position: absolute;
	top: 5px;
	right: 5px
}

.comment li .reply-doc p {
	margin: 0;
	overflow: hidden;
	word-wrap: break-word;
	line-height: 23px
}

.comment li .reply-doc .recomment {
	background: #f8f8f8;
	color: #666;
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #EEEEEE;
}

.comment li .group_banned {
	text-align: right
}

/*!commentform*/
.commentform {}

.commentform .authcode {
	float: left;
}

.commentform .submit {
	float: right;
}



.attach {
	border-left: solid 3px #8394b2;
	font-size: 12px;
	background: #eef2f7;
	padding: 0;
	padding-left: 10px
}

.attach .delete {
	float: right;
	padding-right: 10px
}

.facebox {
	overflow: hidden
}

.facebox .face {
	float: left
}

.facebox .info {
	margin-left: 60px
}

.facebox .info h3 {
	margin: 0 0 5px 0
}

.facebox .other {
	border-top: solid 1px #eee;
	margin-top: 10px
}

.facebox ul,
.facebox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.facebox .other li {
	float: left;
	padding: 10px 15px;
	font-size: 12px;
	color: #999
}

.facebox .fmore {
	border-top: solid 1px #eee;
	margin-top: 10px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12px;
	color: #999
}



.br {
	border-right: solid 1px #eee
}


.leftmenu {
	float: left;
	width: 200px
}

.leftmenu h1 {
	color: #4ba733;
	font-size: 24px;
	margin: 35px 0 15px 40px
}

.leftmenu ul {
	margin-left: 15px
}

.leftmenu ul .current {
	background-color: #fff;
	border-color: #ecebeb #fff #ecebeb #ecebeb;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	left: -1px;
	width: 133px
}

.leftmenu ul li {
	color: #4ba733;
	font-size: 16px;
	padding: 15px 25px;
	position: relative
}

.leftbg {
	background: #f0f0f0
}

.leftbox {
	margin-left: 200px;
	background: #fff;
	min-height: 800px;
	overflow: hidden
}

.pd5 {
	padding: 5px
}

.pd05 {
	padding: 0 5px
}

.pd10 {
	padding: 10px
}

.pd100 {
	padding: 10px 0
}

.pd010 {
	padding: 0 10px
}

.pd20 {
	padding: 20px
}

.pd020 {
	padding: 0 20px
}

.pd1020 {
	padding: 10px 20px
}

.pd50 {
	padding: 50px
}

.mb20 {
	margin-bottom: 20px;
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.bgc {
	background: #fafafa
}

.ht10 {
	height: 10px
}

.wd590 {
	width: 590px
}

.wd100 {
	width: 100%
}



.c9 {
	color: #999
}



.lh25 {
	line-height: 25px
}

.lh30 {
	line-height: 30px
}

.mh400 {
	min-height: 400px
}

.mh500 {
	min-height: 500px
}

.mw100 {
	max-width: 100%;
}


.bsc {
	box-shadow: 0px 1px 5px #ccc;
}


.commlist ul,
.commlist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commlist ul li {
	padding: 8px 0;
	border-bottom: dashed 1px #ddd;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
}

.commlist ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.facelist ul,
.facelist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.facelist ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, 59px);
	grid-gap: 15px;
}

.facelist ul li {
	min-height: 95px;
	/* width: 68px; */
	text-align: center;
	overflow: hidden
}


.facelist .username {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
}

.facelist .username a {
	color: #999999;
	font-size: 12px;
}

.of {
	overflow: hidden
}




/*我的社区*/
.my {
	background: #F6F6F6;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin-bottom: 20px;
}

.my_left {}


.my_left .user_info {
	overflow: hidden;
}

.my_left .user_info .photo {
	float: left;
}

.my_left .user_info .info {
	float: left;
	margin-left: 8px;
}

.my_left .user_info .info .username {}

.my_left .user_info .info .rolename {}

.user-level {
	background: none repeat scroll 0 0 #009966;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0 3px;
}

.my_left .stats-mod {
	margin-bottom: 20px;
	margin-left: 10px;
	overflow: hidden;
}

.user-stats {
	list-style: none;
	margin: 0;
	padding: 0;
}

.user-stats li {
	display: inline;
	line-height: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.user-stats a strong {
	display: block;
}

.user-stats a {
	color: #666666;
	float: left;
	padding: 7px 15px 7px 0;
	text-decoration: none;
}

.my_left .menu-mod ul,
.my_left .menu-mod ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my_left .menu-mod .menus {}

.my_left .menu-mod .menus li {
	position: relative;
}

.my_left .menu-mod .menus li img {
	width: 22px;
	height: 22px;
}

.my_left .menu-mod .menus li a {
	color: #555555;
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	padding-left: 10px;
}

.my_left .menu-mod .menus li .active,
.my_left .menu-mod .menus li .active:hover {
	background: #DAE0E5;
}

.my_left .menu-mod .menus li a:hover {
	background: #f8f9fa;
}


.my_right {
	margin-left: 168px;
	min-height: 600px;
	background: #fff;
	overflow: hidden;
}

.my_right .rc {
	padding: 10px;
}

/*公告*/
.gonggao {
	background: url('trumpet.gif') no-repeat;
	padding: 0 0 10px 30px;
}




.pubs_home {
	background: url('bg-2.jpg') no-repeat;
	background-size: cover;
}

.pubs_home_login {
	background: #000000;
	padding: 30px 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.pubs_home_footer {
	text-align: right;
	width: 100%;
}

.br0 {
	border-radius: 0px;
}

/**标题不换行截断**/
.title-cut {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.card {
	margin-bottom: 20px;
}

.card-header {}

.breadcrumb {
	font-size: 13px;
}



/**针对wangeditor编辑器**/
.wangeditor_toolbar {
	border: 1px solid #ccc;
}

.wangeditor_text {
	height: 100px;
	border: 1px solid #ccc;
}



/*问答*/
.question-list {
	border-color: rgba(222, 153, 137, 1);
	border-radius: 0;
}

.ask-list {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.ask-list .title {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px dashed rgba(128, 128, 128, 1);
}

.ask-list .list {
	padding: 15px;
}

.search-box {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	height: 50px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.search-box form {
	width: 100%;
}

.search-box .input-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-box .input-box input {
	border: none;
	outline: none;
	width: calc(100% - 40px);
	line-height: 40px;
	background-color: #fff !important;
	padding: 0 10px;
}

.search-box .input-box button {
	background-color: #fff;
	border: none;
	outline: none;
	width: 30px;
}

.search-box .input-box button img {
	width: 100%;
}

.bread-crumb {
	border-radius: 10px;
	background: rgba(137, 206, 222, 1);
	display: flex;
	padding-left: 15px;
	align-items: center;
}

.bread-crumb li {
	list-style: none;
	line-height: 40px;
}

.bread-crumb li.active {
	color: rgba(15, 95, 145, 1);
}

.bread-crumb li a {
	color: #fff;
}

.bread-crumb li a:hover {
	color: rgba(15, 95, 145, 1);
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.have-question {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 15px;
}

.question-header {
	padding: 15px;
}

.question-answer {
	padding: 15px;
}

/* 社区 */
.community .group-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(222, 153, 137, 1);
}

.community .group-title .title {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	min-width: 100px;
	padding: 0 14px;
	text-align: center;
	background-color: rgba(222, 153, 137, 1);
	border-radius: 0px 20px 0px 0px;
}

.group-btn a {
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	background: rgba(137, 206, 222, 1);
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	padding: 0;
	border: none;
}

/* 个人中心 */
.my-common {
	width: 100%;
	background-color: rgba(137, 206, 222, 1);
	padding: 36px 0;
}

.my-common .user-msg {
	display: flex;
	align-items: center;
	color: #fff;
	max-width: calc(100% - 90px);
}

.my-common .user-msg .avatar-box {
	margin-right: 30px;
}

.my-common .user-msg .avatar-box img {
	width: 136px;
}

.my-common .user-msg .user-name .name {
	font-size: 20px;
	margin-bottom: 10px;
}

.my-common .user-msg .user-name .info {
	font-size: 14px;
	margin-bottom: 10px;
}

.my-common .user-msg .user-name .list {
	display: flex;
	align-items: center;
	transform: translateX(-30px);
}

.my-common .user-msg .user-name .list .item a {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 52px;
	font-size: 18px;
	color: #fff;
}

.my-common .user-msg .user-name .list .item a:hover {
	color: #49a5de;
}

.my-common .user-msg .user-name .list .item+.item a {
	border-left: 1px solid #fff;
}

.my-common .sign-in {
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border: 3px solid rgba(255, 255, 255, 1);
	border-radius: 50px;
	font-size: 16px;
	transition: .35s;
	cursor: pointer;
}

.my-common .sign-in a {
	color: #fff;
}

.my-common .sign-in:hover {
	color: rgba(137, 206, 222, 1);
	background-color: #fff;
}

.user-tab ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 30px;
	border-bottom: 2px solid rgba(137, 206, 222, 1);
}

.user-tab ul li {
	list-style: none;
}

.user-tab ul li a {
	display: block;
	text-align: center;
	padding: 0 30px;
	line-height: 50px;
	font-size: 18px;
	transition: .35s;

}

.user-tab ul li a:hover,
.user-tab ul li a.active {
	background-color: rgba(137, 206, 222, 1);
	color: #fff;
}

.user-tab ul li:last-child {
	margin-left: auto;
}

/* 财务策划等目录 */
.directory {
	width: 800px;
	margin: 0 auto;
}

.directory .daohang {
	display: flex;
	margin: 30px 0;
	border-bottom: 1px solid rgba(137, 206, 222, 1);
}

.directory .daohang a {
	padding: 0px 20px;
	line-height: 40px;
	font-size: 16px;
}

.directory .daohang .on {
	background-color: rgba(137, 206, 222, 1);
	color: #fff;
}


.directory .tabsList .item {
	display: none;
}

.directory .tabsList .item.active {
	display: block;
}

.directory .tabsList .item .cate-list {
	display: flex;
	flex-wrap: wrap;
	/*grid-row-gap: 20px;*/
	/*grid-column-gap: 20px;*/
}

.directory .tabsList .item .cate-list a {
	display: block;
	border: 1px solid #ddd;
	line-height: 40px;
	padding: 0 10px;
	min-width: 80px;
	text-align: center;
	transition: .35s;
	margin-right: 20px;
	margin-bottom: 20px;
}

.directory .tabsList .item .cate-list a:hover {
	border-color: rgba(137, 206, 222, 1);
}

.directory .search-box {
	margin-top: 60px;
}

.directory .search-box form {
	position: relative;
}

.directory .search-box .input-box {
	border-radius: 50px;
}

.directory #kwlist {
	top: 44px;
	display: none;
}

.dictionary-list {
	padding-bottom: 100px;
}

.dictionary-list .item {
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.dictionary-list .item .title {
	padding-left: 20px;
	line-height: 50px;
	cursor: pointer;
	font-size: 18px;
	position: relative;
}

.dictionary-list .item .title:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
	transition: .35s;
	transform: rotate(45deg);
	transform-origin: center;
	position: absolute;
	top: 20px;
	right: 20px;
}

.dictionary-list .item .title.gray {
	color: #999;
}

.dictionary-list .item .title.active {
	background-color: rgba(137, 206, 222, 1);
	color: #fff;
}

.dictionary-list .item .title.active:after {
	transform: rotate(135deg);
	border-color: #fff;
}

.dictionary-list .item .entry-list {
	display: none;
}

.dictionary-list .item .entry-list .entry-item a {
	display: block;
	line-height: 22px;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	text-align: justify;
}

.dictionary-list .item .entry-list .entry-item:last-child a {
	border: none;
}

.impowerBox .qrcode {
	width: 150px;
}

.search-content{
	width: 70%;
	margin: 0 auto;
}
.search-content .right-line{
	position: relative;
}
.search-content .right-line::after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(136, 206, 223, 1);
	position: absolute;
	right: 0;
	top: 0;
}
.search-content .search-list{
	padding-left: 1rem;
	display: none;
}
.search-content .search-list.active{
    display: block;
}
.search-content .search-list .item a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.search-content  .title{
	font-size: 16px;
}

.search-content .search-tabs{
    display: flex;
    align-items: center;
}
.search-content .search-tabs .item{
    color: rgba(166, 166, 166, 1);
    margin-right: 25px;
    cursor: pointer;
}
.search-content .search-tabs .item.active{
    color: #000;
    font-weight: 700;
}
.header .toubu{
    display: flex;
    align-items: center;
}
.header .toubu .logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .toubu .logo span{
    color: #89C6D5;
    display: block;

    font-size: 12px;
}

.tools-list{
    display: grid;
            grid-template-columns: repeat(4,1fr);
            grid-auto-rows: 200px;
            border-radius: 8px;
            border: 1px solid #e3e5e7;
            overflow: hidden;
}
.tools-list .first-item{
    grid-row-start: span 2;
                background: linear-gradient(180deg, rgba(215, 235, 250, 0.41) 0%, rgba(226, 205, 247, 0.29) 100%);
                box-shadow: 0px 0px 4px  rgba(0, 0, 0, 0.25);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
}
.tools-list .first-item .logo{
    width: 100px;
}
.tools-list .first-item .logo img{
    width: 100%;
    display: block;
}
.tools-list .first-item a.check{
    color: rgb(137,206,222);
                    font-weight: 400;
                    font-size: 24px;
}
.tools-list .first-item a{
    display:block;
    width: 100px;
    margin-top: 15px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    
}
.tools-list .first-item a.buy{
    background: #de9989;
    color: #fff;
    
}
.tools-list .first-item a.free{
    background: #f3fafc;
    border: 1px solid #89C6D5;
    color: #89C6D5;
}
.tools-list .first-item a:hover{
    opacity: 0.7;
}
.tools-list .item{
   
}
.tools-list .item a{
    display: flex;
    align-items: center;
    flex-direction: column;
                border: 0.5px solid #e3e5e7;
                justify-content: center;
                cursor: pointer;
                height: 100%;
}
.tools-list .item a img{
    width: 50px;
}
.tools-list .item a p{
    font-size: 18px;
    margin: 15px 0;
}
.tools-list .item a span{
    font-size: 14px;
    color: rgba(166, 166, 166, 1);
}

/**tsalert**/
#tsalert {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}


/**编辑器附件**/
.attach-down {
	border: 2px dashed #dddddd;
	padding: 10px;
}

/**编辑器视频**/
.video-show {
	text-align: center;
}

.video-show video {
	max-width: 100%;
}

.video-show iframe {
	width: 100%;
	height: 450px;
}

@media (max-width: 575.98px) {
	.video-show iframe {
		width: 100%;
		height: 230px;
	}
}



/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar-brand {
		display: none
	}

	.navbar-collapse {
		position: absolute;
		overflow: hidden;
		width: 120px;
		background: #49A5DE;
		text-align: center;
		z-index: 9999999;
		top: 60px;
		left: 0px;
	}

	.ts-hide {
		display: none
	}
}